home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2001 #11 / CD 11 (Black) - 2001.iso / Tools / Properties Plus / PPLUS165.EXE / PPSHLEXT.EXE / 0 / RCDATA / TFRMDISKINFO / TFRMDISKINFO.txt
Encoding:
Text File  |  1998-05-15  |  2.3 KB  |  118 lines

  1. object frmDiskInfo: TfrmDiskInfo
  2.   Left = 235
  3.   Top = 162
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = '∩┐╜v∩┐╜∩┐╜∩┐╜p∩┐╜e∩┐╜BPLUS ∩┐╜f∩┐╜B∩┐╜X∩┐╜N∩┐╜∩┐╜∩┐╜'
  7.   ClientHeight = 217
  8.   ClientWidth = 371
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnActivate = FormActivate
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object btmPanel: TPanel
  19.     Left = 0
  20.     Top = 177
  21.     Width = 371
  22.     Height = 40
  23.     Align = alBottom
  24.     BevelOuter = bvNone
  25.     TabOrder = 0
  26.     object lblUsage: TLabel
  27.       Left = 48
  28.       Top = 14
  29.       Width = 81
  30.       Height = 19
  31.       Alignment = taRightJustify
  32.       AutoSize = False
  33.     end
  34.     object imgFiles: TImage
  35.       Left = 10
  36.       Top = 4
  37.       Width = 32
  38.       Height = 32
  39.       AutoSize = True
  40.       Center = True
  41.       ParentShowHint = False
  42.       ShowHint = False
  43.     end
  44.     object ProgressBar1: TProgressBar
  45.       Left = 144
  46.       Top = 12
  47.       Width = 104
  48.       Height = 17
  49.       Min = 0
  50.       Max = 100
  51.       TabOrder = 0
  52.     end
  53.     object Panel2: TPanel
  54.       Left = 266
  55.       Top = 0
  56.       Width = 105
  57.       Height = 40
  58.       Align = alRight
  59.       BevelOuter = bvNone
  60.       Caption = 'Panel2'
  61.       TabOrder = 1
  62.       object btnOk: TButton
  63.         Left = 7
  64.         Top = 11
  65.         Width = 88
  66.         Height = 22
  67.         Cancel = True
  68.         Caption = '∩┐╜┬é∩┐╜∩┐╜∩┐╜(&C)'
  69.         Default = True
  70.         TabOrder = 0
  71.         OnClick = btnOkClick
  72.         OnKeyPress = btnOkKeyPress
  73.       end
  74.     end
  75.   end
  76.   object lviewInfo: TListView
  77.     Left = 0
  78.     Top = 0
  79.     Width = 371
  80.     Height = 177
  81.     Align = alClient
  82.     Color = clBtnFace
  83.     ColumnClick = False
  84.     Columns = <
  85.       item
  86.         Caption = 'title'
  87.         Width = 6
  88.         WidthType = (
  89.           -1)
  90.       end
  91.       item
  92.         Caption = 'value'
  93.         Width = 12
  94.         WidthType = (
  95.           -1)
  96.       end
  97.       item
  98.         Alignment = taRightJustify
  99.         Caption = 'valu2'
  100.         Width = 12
  101.         WidthType = (
  102.           -1)
  103.       end
  104.       item
  105.         Alignment = taRightJustify
  106.         Width = 12
  107.         WidthType = (
  108.           -1)
  109.       end>
  110.     ReadOnly = True
  111.     HideSelection = False
  112.     ShowColumnHeaders = False
  113.     TabOrder = 1
  114.     TabStop = False
  115.     ViewStyle = vsReport
  116.   end
  117. end
  118.